home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TweakManager.exe / 0 / RCDATA / TFRMAUTOLOGON / TFRMAUTOLOGON.txt
Text File  |  2008-10-30  |  2KB  |  100 lines

  1. object frmAutoLogon: TfrmAutoLogon
  2.   Left = 0
  3.   Top = 0
  4.   Width = 635
  5.   Height = 353
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object gbSettings: TGroupBox
  14.     Left = 16
  15.     Top = 1
  16.     Width = 605
  17.     Height = 280
  18.     Caption = 'gbSettings'
  19.     TabOrder = 0
  20.     object lblUserName: TAxLabel
  21.       Left = 24
  22.       Top = 167
  23.       Width = 74
  24.       Height = 16
  25.       WordWrap = False
  26.       Transparent = True
  27.       Caption = 'lblUserName'
  28.       ShowAccelChar = True
  29.     end
  30.     object lblPassword: TAxLabel
  31.       Left = 24
  32.       Top = 199
  33.       Width = 70
  34.       Height = 16
  35.       WordWrap = False
  36.       Transparent = True
  37.       Caption = 'lblPassword'
  38.       ShowAccelChar = True
  39.     end
  40.     object lblDomain: TAxLabel
  41.       Left = 24
  42.       Top = 231
  43.       Width = 57
  44.       Height = 16
  45.       WordWrap = False
  46.       Transparent = True
  47.       Caption = 'lblDomain'
  48.       ShowAccelChar = True
  49.     end
  50.     object lblSettings: TAxLabel
  51.       Left = 24
  52.       Top = 30
  53.       Width = 550
  54.       Height = 83
  55.       WordWrap = True
  56.       Transparent = True
  57.       AutoSize = False
  58.       Caption = 'lblSettings'
  59.       ShowAccelChar = True
  60.     end
  61.     object cbAutoLogon: TCheckBox
  62.       Left = 24
  63.       Top = 135
  64.       Width = 553
  65.       Height = 17
  66.       Caption = 'cbAutoLogon'
  67.       TabOrder = 0
  68.       OnClick = cbAutoLogonClick
  69.     end
  70.     object edUserName: TEdit
  71.       Left = 128
  72.       Top = 164
  73.       Width = 450
  74.       Height = 24
  75.       TabOrder = 1
  76.       Text = 'edUserName'
  77.       OnChange = OnTextChanged
  78.     end
  79.     object edPassword: TEdit
  80.       Left = 128
  81.       Top = 196
  82.       Width = 450
  83.       Height = 24
  84.       PasswordChar = '*'
  85.       TabOrder = 2
  86.       Text = 'edPassword'
  87.       OnChange = OnTextChanged
  88.     end
  89.     object edDomain: TEdit
  90.       Left = 128
  91.       Top = 229
  92.       Width = 450
  93.       Height = 24
  94.       TabOrder = 3
  95.       Text = 'edDomain'
  96.       OnChange = OnTextChanged
  97.     end
  98.   end
  99. end
  100.